runtime.eface._type (field)
40 uses
runtime (current package)
alg.go#L166: t := a._type
alg.go#L299: return x._type == y._type && efaceeq(x._type, x.data, y.data)
arena.go#L121: e._type = t
arena.go#L147: t := e._type
arena.go#L177: xe._type = t
arena.go#L184: xe._type = t
arena.go#L295: typ := i._type
cgocall.go#L543: t := ep._type
cgocall.go#L555: switch aep._type.Kind_ & abi.KindMask {
cgocall.go#L567: t = ep._type
cgocall.go#L573: t = ep._type
cgocall.go#L579: pt := (*abi.PtrType)(unsafe.Pointer(aep._type))
cgocall.go#L794: t := ep._type
debuglog.go#L330: switch v._type.Kind_ & abi.KindMask {
error.go#L279: typestring := toRType(eface._type).string()
error.go#L281: switch eface._type.Kind_ {
heapdump.go#L401: dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
iface.go#L318: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L319: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L320: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L321: stringType *_type = efaceOf(&stringEface)._type
iface.go#L322: sliceType *_type = efaceOf(&sliceEface)._type
iface.go#L674: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L679: *dst = iface{assertE2I(inter, e._type), e.data}
map_swiss.go#L328: typ := (*abi.SwissMapType)(unsafe.Pointer(e._type))
mbitmap.go#L1776: t := e._type
mfinal.go#L261: (*eface)(r)._type = &f.ot.Type
mfinal.go#L266: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
mfinal.go#L434: etyp := e._type
mfinal.go#L479: ftyp := f._type
mfinal.go#L520: if itab := assertE2I2(ityp, efaceOf(&obj)._type); itab != nil {
netpoll.go#L725: x._type = pdType
netpoll.go#L732: pdType *_type = efaceOf(&pdEface)._type
panic.go#L632: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L107: etyp := e._type
print.go#L256: print("(", e._type, ",", e.data, ")")
runtime2.go#L184: _type *_type
stkframe.go#L266: abiRegArgsType := efaceOf(&abiRegArgsEface)._type